home *** CD-ROM | disk | FTP | other *** search
- { strdll.pas -- A DLL of string routines }
-
- library StrDLL;
-
- uses UStr;
-
- {- Export the routines in unit UStr }
-
- exports
- StrNCopy index 1,
- StrTok index 2,
- StrFill index 3;
-
- begin
- end.
-
-
- {--------------------------------------------------------------
- Copyright (c) 1991 by Tom Swan. All rights reserved.
- Revision 1.00 Date: 5/25/1991
- ---------------------------------------------------------------}
-